{Misc.} Update document for GitHub Codespaces#32226
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation for GitHub Codespaces by replacing the old dev container documentation with new Codespaces-specific guidance and adding AAZ Flow MCP server documentation.
- Removes outdated dev container documentation from
hands_on_dev_container.md - Creates comprehensive new documentation in
hands_on_codespace.mdcovering Codespaces setup, development workflow, and AAZ Flow features - Updates CODEOWNERS to include additional maintainers for documentation
Reviewed Changes
Copilot reviewed 3 out of 13 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| doc/hands_on_dev_container.md | Removes entire file content (50 lines deleted) |
| doc/hands_on_codespace.md | Creates new comprehensive Codespaces documentation with setup instructions and workflow guidance |
| .github/CODEOWNERS | Adds two new maintainers (@necusjz @yanzhudd) to the /doc/ directory ownership |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Related command
Description
update document for GitHub Codespaces:
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.